home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IQcursor
- clearCursors()
- set the cursor of sprite 4 to IQcursor
- set the cursor of sprite 2 to IQcursor
- set the cursor of sprite 6 to IQcursor
- repeat with i = 30 to 38
- set the cursor of sprite i to IQcursor
- end repeat
- end
-